x86/HPET: drop useless check
authorJan Beulich <jbeulich@suse.com>
Mon, 2 Jul 2018 11:10:19 +0000 (13:10 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 2 Jul 2018 11:10:19 +0000 (13:10 +0200)
commita808623142812a22ee0b632fe6fd5e044e83839b
treec532e9f7f0c21fe4ad91b674629b7b4eef9b2e5c
parentd97b65f842613d54bb45277657014985ca0d6f2f
x86/HPET: drop useless check

Commit 9e051a840d ("x86/hpet: Improve handling of timer_deadline")
removed all code between for_each_cpu() and cpumask_test_cpu(),
rendering the latter pointless.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@ctirix.com>
xen/arch/x86/hpet.c